home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2005 October / PCWOCT05.iso / Software / FromTheMag / XAMPP 1.4.14 / xampp-win32-1.4.14-installer.exe / xampp / php / pear / docs / HTML_Progress / Release-0.6.0 < prev    next >
Text File  |  2004-03-24  |  3KB  |  75 lines

  1. $Id: Release-0.6.0,v 1.1 2003/11/15 18:27:08 thesaur Exp $
  2.  
  3. HTML_Progress Version 0.6.0
  4. ********************************************************************************
  5. http://pear.laurent-laville.org
  6. Laurent Laville <pear@laurent-laville.org>
  7. ********************************************************************************
  8. ********************************************************************************
  9.  
  10. The SW4P team would like to announce the release of HTML_Progress 0.6.0
  11. This release assume to be the final stable version, and all known bugs fixed.
  12.  
  13.  
  14. ----------
  15. IMPORTANT:
  16.  
  17. HTML_Progress 0.6.0 requires PHP version 4.1.0 and PEAR 1.2 or greater.
  18. There are also some dependencies with others PEAR packages, so 
  19. HTML_Progress 0.6.0 requires :
  20. - HTML_Common 1.2 or greater          http://pear.php.net/package-info.php?package=HTML_Common
  21. - HTML_Page 2.0 or greater            http://pear.php.net/package-info.php?package=HTML_Page
  22. - HTML_CSS 0.2.0 or greater           http://pear.php.net/package-info.php?package=HTML_CSS
  23. ----------
  24.  
  25. A full listing of all closed bugs and feature requests can be found in the 
  26. next section of the notes
  27.  
  28. HTML_Progress 0.6.0 is ready for production, download it and try 
  29. the most advanced solution for PHP loading bar today to help me
  30. find the last hidden bugs.
  31.  
  32.  
  33. ********************************************************************************
  34. No bugs found since first public PEAR release with version 0.4.2
  35.  
  36.  
  37. ********************************************************************************
  38. Changes in version 0.6.0
  39.  
  40. - setProgress API has been removed, due to dupplicate usage 
  41.   with display(n,"set") method
  42. - Javascript improvement was made on suggestion of Stefan Neufeind
  43. - CSS improvement was made on suggestion of Stefan Neufeind
  44. - Compatibility with Opera6 is now half supported (proposal of Stefan Neufeind)
  45. - new API setPage to fix warning "Call-time pass-by-reference has been deprecated" 
  46.   on class-constructor (thanks to Greg Beaver)
  47. - all bar element size are now exclusively in pixel; 
  48.   suppress suffix 'px' on attributes values
  49.  
  50. News features in version 0.6.0
  51.  
  52. - optional message line come with progress status.
  53. - percent text info is now floating all around the progress bar
  54. - scale can be change (default is 100)
  55. - legend of percent text info can be change (default is "%")
  56. - progress bar will now take by default the optimized size (height, width)
  57. - define font-size and color of each cell with new API setCell
  58.  
  59. ********************************************************************************
  60.  
  61.  
  62. The documentation has been updated for this release you can view it at
  63. http://pear.laurent-laville.org/HTML/Progress/docs/
  64. or in the distribution in the docs directory
  65.  
  66. The changelog is available in the tarball, or online at 
  67. http://pear.laurent-laville.org/HTML/Progress/Changelog
  68.  
  69. You can download the newest version from the webpage
  70. http://pear.laurent-laville.org/HTML/Progress
  71.  
  72.  
  73. Enjoy !
  74. -Laurent Laville <pear@laurent-laville.org>
  75.